home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 139 / 139.xpi / chrome / imagezoom.jar / skin / classic / imagezoom / imagezoom.css next >
Encoding:
Cascading Style Sheet File  |  2010-01-07  |  3.0 KB  |  136 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.        
  4.     Copyright (c) 2004-2010  Jason Adams <imagezoom@yellowgorilla.net>
  5.      
  6.     This file is part of Image Zoom.
  7.  
  8.     Image Zoom is free software; you can redistribute it and/or modify
  9.     it under the terms of the GNU General Public License as published by
  10.     the Free Software Foundation; either version 2 of the License, or
  11.     (at your option) any later version.
  12.  
  13.     Image Zoom is distributed in the hope that it will be useful,
  14.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.     GNU General Public License for more details.
  17.  
  18.     You should have received a copy of the GNU General Public License
  19.     along with Image Zoom; if not, write to the Free Software
  20.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  21.  
  22. ***** END LICENSE BLOCK ***** */
  23.  
  24. #mainmenu {
  25.       border: 2px solid;
  26.       -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
  27.       -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  28.       -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  29.       -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
  30.       padding: 1px;
  31.       min-width: 1px;
  32.       background-color: Menu;
  33.     -moz-box-orient: vertical;
  34. }
  35.  
  36. #submenu, #subrotatemenu {
  37.       border: 2px solid;
  38.       -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
  39.       -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  40.       -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  41.       -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
  42.       padding: 1px;
  43.       min-width: 1px;
  44.       background-color: Menu;
  45.     -moz-box-orient: vertical;
  46.     margin-top: 2px;
  47.     margin-left: -2px;
  48. }
  49.  
  50. checkbox {
  51.   -moz-box-align: center;
  52.   color: MenuText;
  53.   padding-right: 25px;
  54.   font: menu;
  55.   margin: 0px;
  56. }
  57.  
  58. .dummy {
  59.     margin-left:4px;
  60.     margin-right:2px;
  61.     opacity:1;
  62. }
  63.  
  64. .right-arrow {
  65.   margin-top: 6px;
  66.   margin-right: 6px;
  67.   float:right;
  68.   -moz-image-region: auto;
  69. }
  70.  
  71. .url {
  72.   color: #0000FF;
  73.   text-decoration: underline !important;
  74.   cursor: pointer;
  75.   -moz-user-focus: normal;
  76. }
  77.  
  78. .help {
  79.   text-align: right;
  80.  }
  81.  
  82. .main-title {
  83.   font-size: x-large;
  84.   cursor: pointer;
  85.   color: grey;
  86.   font-weight: bold;
  87.   -moz-user-focus: normal;  
  88. }
  89.  
  90. .sub-title {
  91.   font-weight: bold;
  92. }
  93.  
  94. .version {
  95.   font-size: small;
  96.   font-weight: bold;
  97.   color: grey;
  98. }
  99.  
  100. .author {
  101.  
  102. }
  103.  
  104. .about-box {
  105.   background-color: white;
  106.   padding: 13px;
  107.   padding-top: 5px;
  108. }
  109.  
  110. .install-box {
  111.   background-color: white;
  112.   padding: 13px;
  113.   padding-top: 5px;
  114.   font-family: verdana, sans, arial, helvetica, sans-serif;
  115. }
  116.  
  117. .warning-box {
  118.   background-color: white;
  119.   padding: 13px;
  120.   padding-top: 5px;
  121.   font-family: verdana, sans, arial, helvetica, sans-serif;
  122. }
  123.  
  124. .warning-question {
  125.   font-weight: bold;
  126. }
  127.  
  128. .install-description {
  129.  
  130. }
  131.  
  132. #install-notice {
  133.   font-size: small;
  134. }
  135.  
  136.